Skip to content

RC: New Essentials config tab#3487

Open
cmilesb wants to merge 4 commits into
mainfrom
DOC-6718
Open

RC: New Essentials config tab#3487
cmilesb wants to merge 4 commits into
mainfrom
DOC-6718

Conversation

@cmilesb

@cmilesb cmilesb commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Note

Low Risk
Documentation-only Hugo/markdown changes with no application or security logic.

Overview
Updates Redis Cloud docs for the new Essentials database Configuration tab and related console changes, while keeping Pro flows documented separately (often via multitabs).

Essentials Configuration tab is documented in view-edit-database.md with sections such as Performance & availability, Access, Data, Security, and Database info, plus an Alerts tab. Essentials edits are described as inline changes with Review changes / Confirm & pay, not the Pro Edit / Save database flow.

Cross-page updates align console paths: remote backup and Backup now under Performance & availability > Remote backup (Essentials) vs Durability (Pro); endpoints in Access (Essentials) vs General (Pro); default user via Default user > Configure (Essentials); delete via More actions > Delete database (Essentials) vs Danger zone (Pro). Create flows mention Try 30 MB for free, plan-before-RAM/Flex ordering, and the operate index Alerts link now points to monitor-performance#configure-metric-alerts.

Reviewed by Cursor Bugbot for commit 9935b8f. Bugbot is set up for automated code reviews on this repo. Configure here.

@cmilesb cmilesb requested a review from a team June 11, 2026 20:23
@cmilesb cmilesb self-assigned this Jun 11, 2026
@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Staging links:
https://redis.io/docs/staging/DOC-6718/integrate/amazon-bedrock/set-up-redis
https://redis.io/docs/staging/DOC-6718/operate/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/active-active/create-active-active-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/back-up-data/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/connect/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-essentials-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-essentials-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-flex-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-flex-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-free-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-free-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/create-database/create-pro-database-new
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/delete-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/delete-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/monitor-performance/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/tag-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/view-edit-database
https://redis.io/docs/staging/DOC-6718/operate/rc/databases/view-edit-database/
https://redis.io/docs/staging/DOC-6718/operate/rc/rc-quickstart
https://redis.io/docs/staging/DOC-6718/operate/rc/rc-quickstart/
https://redis.io/docs/staging/DOC-6718/operate/rc/security/access-control/data-access-control/default-user/

@github-actions

github-actions Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

DOC-6718

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit ea79646. Configure here.

### Open tag manager from the Configuration tab {#configuration-tab}

To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab and go to the **General** section to view the tags that are set for your database.
To learn how to navigate to your database, see [View and edit databases]({{< relref "/operate/rc/databases/view-edit-database" >}}). Select the **Configuration** tab to view the tags that are set for your database. For Essentials databases, the **Manage tags** button is at the top of the tab; for Pro databases, go to the **General** section.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Essentials tags use Pro screenshot

Low Severity

The Configuration tab steps now say Essentials users find Manage tags at the top of the tab, but the screenshot below is still the Pro General layout (database-details-configuration-tab-general-flexible.png). Essentials readers see UI guidance that does not match the image.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit ea79646. Configure here.

@jit-ci

jit-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@andy-stark-redis andy-stark-redis left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Couple of broken images and a small question about consistency. Otherwise, no point in holding you up - j'approve!


{{<image filename="images/rc/database-details-configuration-tab-danger-flexible.png" width="75%" alt="The Danger Zone of the Database details screen." >}}
<img src="../../../../images/rc/database-more-actions-delete-essentials.png" alt="The More actions menu on the database screen, with Delete database selected." width=40%>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken image and also good practice to use {{< image >}} here (there are a few <img> tags below too).

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The {{< image >}} shortcode doesn't work with the multitabs shortcode - it's a whole thing. The images will be fixed in the next commit.

@@ -132,6 +205,8 @@ The **View Database** screen also has tabs that let you view:

- **Slowlog**: a log showing recent [slow queries]({{< relref "/commands/slowlog" >}}) run against your database. The log displays when the action started, the duration, the complexity of the operation, and any parameters passed to the operation.

- **Alerts** (_Essentials databases only_): the notification emails sent to your account and the conditions that trigger them. See [Configure alerts]({{< relref "/operate/rc/databases/monitor-performance#configure-metric-alerts" >}}) for more information.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Pro tab above has an Alerts section that links to the same page (ie, not essentials-only, or maybe this list item should be a section in the essentials tab?)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, but it's part of the Configuration tab. Whereas in Essentials, the Alerts tab is its own tab.


{{<image filename="images/rc/database-fixed-configuration-security.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}}
{{<image filename="images/rc/database-essentials-default-user.png" width="75%" alt="The Security section of the Configuration tab of the database details page." >}}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Broken image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants